home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <!--AviSynth plugin description version 1.1-->
- <plugin name="SmoothUV">
- <description />
- <filters>
- <filter name="SmoothUV" category="Spatial Smoothers" helpfile="smootuv" type="clip">
- <description>This filter can be used to reduce rainbows, as done by SmartSmoothIQ.</description>
- <colorspaces>
- <colorspace>yv12</colorspace>
- </colorspaces>
- <parameters>
- <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
- <description />
- <items />
- </parameter>
- <parameter name="radius" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>the range of operation</description>
- <items />
- </parameter>
- <parameter name="threshold" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>The same one as used in smartsmoothIQ.</description>
- <items />
- </parameter>
- <parameter name="field" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>Allows you to process independantly fields (risks of worse blurring/color bleeding).</description>
- <items />
- </parameter>
- </parameters>
- </filter>
- <filter name="SSHiQ" category="Spatial Smoothers" helpfile="smoothuv" type="clip">
- <description>This filter can be used to reduce rainbows, as done by SmartSmoothIQ.</description>
- <colorspaces>
- <colorspace>yv12</colorspace>
- </colorspaces>
- <parameters>
- <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
- <description />
- <items />
- </parameter>
- <parameter name="rY" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>The radius for luminance (how far from the current pixel neighbours are used). The greater the more smooth.</description>
- <items />
- </parameter>
- <parameter name="rC" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>The radius for chrominance (how far from the current pixel neighbours are used). The greater the more smooth.</description>
- <items />
- </parameter>
- <parameter name="tY" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>Threshold (details sensibility). The greater the more smooth (not exactly the same as fpr other SSHiQ filters).</description>
- <items />
- </parameter>
- <parameter name="tC" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>Threshold (details sensibility). The greater the more smooth (not exactly the same as fpr other SSHiQ filters).</description>
- <items />
- </parameter>
- <parameter name="str" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>Strength (only used in HiQ mode), ie how much of the smoothed version should be used at best for calculating the new pixel.</description>
- <items />
- </parameter>
- <parameter name="HQY" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>Use the HiQ mode, where the edge information automatically reduce the strength value.</description>
- <items />
- </parameter>
- <parameter name="HQC" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>Use the HiQ mode, where the edge information automatically reduce the strength value.</description>
- <items />
- </parameter>
- <parameter name="field" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>Allows you to process independently fields (risks of worse blurring/color bleeding).</description>
- <items />
- </parameter>
- </parameters>
- </filter>
- </filters>
- </plugin>